Hệ thống quản lý phòng khám trực tuyến bằng PHP

  • disease_symptoms_autofill.php
  • project /
1 <?php
2 // This script and data application were generated
by AppGini 5.62
3 // Download AppGini
for free from https://bigprof.com/appgini/download/
4
5     $currDir=dirname(__FILE__);
6     include(
"$currDir/defaultLang.php");
7     include(
"$currDir/language.php");
8     include(
"$currDir/lib.php");
9
10     handle_maintenance();
11
12     header(
'Content-type: text/javascript; charset=' . datalist_db_encoding);
13
14     
if(!get_sql_from('disease_symptoms')){ die('// Access denied!'); }
15
16     $mfk=$_GET[
'mfk'];
17     $id=makeSafe($_GET[
'id']);
18     $rnd1=intval($_GET[
'rnd1']); if(!$rnd1) $rnd1='';
19
20     
if(!$mfk){
21         die(
'// No js code available!');
22     }
23
24     
switch($mfk){
25
26
27     }
28
29 ?>


Gõ tìm kiếm nhanh...